home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / PhotoFiltre 6.3.2 / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCOULEURTRANSFORM / TCOULEURTRANSFORM.txt
Text File  |  2008-10-05  |  3KB  |  133 lines

  1. object CouleurTransForm: TCouleurTransForm
  2.   Left = 325
  3.   Top = 186
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Couleur de transparence'
  7.   ClientHeight = 265
  8.   ClientWidth = 314
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BAnnuler: TButton
  24.     Left = 224
  25.     Top = 224
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Annuler'
  30.     TabOrder = 0
  31.     OnClick = BAnnulerClick
  32.   end
  33.   object BOk: TButton
  34.     Left = 144
  35.     Top = 224
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     Default = True
  40.     TabOrder = 1
  41.     OnClick = BOkClick
  42.   end
  43.   object BApercu: TButton
  44.     Left = 16
  45.     Top = 224
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Aper'#231'u'
  49.     TabOrder = 2
  50.     OnClick = BApercuClick
  51.   end
  52.   object PnlFond: TPanel
  53.     Left = 8
  54.     Top = 8
  55.     Width = 297
  56.     Height = 161
  57.     BevelOuter = bvNone
  58.     TabOrder = 3
  59.     object LblN: TLabel
  60.       Left = 8
  61.       Top = 64
  62.       Width = 48
  63.       Height = 13
  64.       Caption = 'Tol'#233'rance'
  65.     end
  66.     object Label1: TLabel
  67.       Left = 8
  68.       Top = 8
  69.       Width = 42
  70.       Height = 13
  71.       Caption = 'Couleur :'
  72.     end
  73.     object TBN: TTrackBar
  74.       Left = 3
  75.       Top = 80
  76.       Width = 294
  77.       Height = 33
  78.       Max = 100
  79.       Orientation = trHorizontal
  80.       PageSize = 5
  81.       Frequency = 5
  82.       Position = 30
  83.       SelEnd = 0
  84.       SelStart = 0
  85.       TabOrder = 0
  86.       ThumbLength = 15
  87.       TickMarks = tmBottomRight
  88.       TickStyle = tsAuto
  89.       OnChange = TBNChange
  90.     end
  91.     object RBCombiner: TRadioButton
  92.       Left = 8
  93.       Top = 120
  94.       Width = 281
  95.       Height = 17
  96.       Caption = 'Combiner avec la transparence actuelle'
  97.       Checked = True
  98.       TabOrder = 1
  99.       TabStop = True
  100.       OnClick = OptionChange
  101.     end
  102.     object RBRemplacer: TRadioButton
  103.       Left = 8
  104.       Top = 140
  105.       Width = 281
  106.       Height = 17
  107.       Caption = 'Remplacer la transparence actuelle'
  108.       TabOrder = 2
  109.       OnClick = OptionChange
  110.     end
  111.     object ColorEdit: TColorEdit
  112.       Left = 8
  113.       Top = 24
  114.       Width = 89
  115.       Height = 21
  116.       BorderStyle = bsSingle
  117.       Color = clBlack
  118.       CustomText = 'Autres couleurs...'
  119.       ReadOnly = True
  120.       OnChange = OptionChange
  121.     end
  122.   end
  123.   object CBAnnulerTransp: TCheckBox
  124.     Left = 17
  125.     Top = 180
  126.     Width = 280
  127.     Height = 17
  128.     Caption = 'D'#233'sactiver la transparence'
  129.     TabOrder = 4
  130.     OnClick = CBAnnulerTranspClick
  131.   end
  132. end
  133.